useOverlays
Type
property
Summary
Draws the rectangle that indicates that an element is selected on top of the item.
Syntax
set the useOverlays of widget to {true | false}
get the useOverlays of widget
Description
Use the useOverlays property to indicate whether to draw the rectangle indicating that an element is selected above the item (true) or behind it (false).
If plHiliteColor has no transparency and is a solid color. The elements that are behind will not be seen.
Examples
set the useOverlays of widget "PolyList" to true